home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- x_CQTDoc.h
-
- Header File For CQTDoc Lower-Layer Document Class
-
- Copyright © 1995 Gregory Bonk for NewMedia Inc.. All rights reserved.
-
- Generated by Visual Architectâ„¢
-
- This file is rewritten each time you generate code. You should not
- make changes to this file; changes should go in the My.h
- file, instead.
-
- If you want to change how Visual Architect generates this file, you can
- change the template for this file. It is "_Doc.h" in the Visual Architect
- Templates folder.
-
- ******************************************************************************/
-
- #pragma once
-
- #include "CSaver.h"
-
- #include "ItsContents_CQTDoc.h"
-
- #define x_CQTDoc_super CSaver<ITSCONTENTS_CQTDoc>
-
- class CFile;
-
- class x_CQTDoc : public x_CQTDoc_super
-
- {
- public:
-
- TCL_DECLARE_CLASS
-
-
- void Ix_CQTDoc(void);
-
- virtual void DoCommand(long theCommand);
- virtual void UpdateMenus(void);
-
- protected:
- virtual void MakeNewWindow(void);
-
- virtual void FailOpen(FSSpec *spec);
- virtual void PositionWindow(void);
-
- };
-
- #define CVueCQTDoc 128
-